From: Leo Kim Date: Mon, 12 Oct 2015 07:55:57 +0000 (+0900) Subject: staging: wilc1000: remove unused struct cfg_param_t X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~3505^2~983 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4ef4d19593278905644a5ec6f477b73191a37ab6;p=linux-4.9.git staging: wilc1000: remove unused struct cfg_param_t This patch removes unused the struct cfg_param_t. Signed-off-by: Leo Kim Signed-off-by: Tony Cho Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/host_interface.h b/drivers/staging/wilc1000/host_interface.h index 20fd876816ef..c3379ecb1b97 100644 --- a/drivers/staging/wilc1000/host_interface.h +++ b/drivers/staging/wilc1000/host_interface.h @@ -57,12 +57,6 @@ #define SCAN_EVENT_DONE_ABORTED #define NUM_CONCURRENT_IFC 2 -typedef struct { - u16 cfg_wid; - enum WID_TYPE cfg_type; - s8 *pu8Para; -} cfg_param_t; - typedef struct _tstrStatistics { u8 u8LinkSpeed; s8 s8RSSI;